fix(caddy): serve apple-app-site-association for iOS password autofill - #3171
Open
ToddHebebrand wants to merge 1 commit into
Open
fix(caddy): serve apple-app-site-association for iOS password autofill#3171ToddHebebrand wants to merge 1 commit into
ToddHebebrand wants to merge 1 commit into
Conversation
Codifies in the repo what was hand-deployed to both regions on 2026-07-26 (STORE_SUBMISSION.md already documents it as DONE). Without this, the next repo-driven Caddyfile deploy would silently drop the AASA endpoint and break iCloud Keychain / password-manager credential matching for the iOS app. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying breeze with
|
| Latest commit: |
1e21b42
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://32ccc9ae.breeze-9te.pages.dev |
| Branch Preview URL: | https://toddhebebrand-ios-app.breeze-9te.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codifies in the repo what was hand-deployed to both US and EU on 2026-07-26 (
STORE_SUBMISSION.mdalready documents it as DONE). Caddy answers/.well-known/apple-app-site-associationwith the static webcredentials document before the route falls through to the API.Without this, the next repo-driven Caddyfile deploy would silently drop the endpoint and break iCloud Keychain / password-manager credential matching for the iOS app — the
webcredentials:half inapp.jsonis already on main and does nothing alone.Verified prod currently serves it:
curl -sS https://us.2breeze.app/.well-known/apple-app-site-association→ 200,application/json,{"webcredentials":{"apps":["D8W6N2JYMA.com.breeze.rmm"]}}.This is the sole survivor of the July 25 iOS WIP branch — everything else landed via #3080. The Face ID login button from that WIP was intentionally not resurrected (superseded by the #3085 spec).
🤖 Generated with Claude Code